ResourceRefreshLock Method (String, Int32, String) |
Refresh the lock on this resource by resetting the lock timeout.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock RefreshLock(
string address,
int timeout,
string lockToken
)
Public Function RefreshLock (
address As String,
timeout As Integer,
lockToken As String
) As ActiveLock
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - timeout
- Type: SystemInt32
The lock timeout in seconds. - lockToken
- Type: SystemString
The lock token corresponding to a lock on a resource.
Return Value
Type:
ActiveLockAn ActiveLock as result of operation.
See Also